GtkLabel: Remove an unnecessary check
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2015 22:39:14 +0000 (18:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2015 22:39:14 +0000 (18:39 -0400)
commit6a9944cbc57be5b17208a93dc296f83019ad4dd9
treef023db4a7795f76bd5799daae135d2da8f5da0f0
parente215db6da21fc7c54f49b247afabc06a18d60513
GtkLabel: Remove an unnecessary check

Coverity has the annoying habit of guessing backwards that
if we check the value here, it might be NULL earlier.
gtk/gtklabel.c